home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00516.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  241 b   |  15 lines

  1. set n to random(4)
  2. if n = 1 then
  3.   puppetSound("1ORGASM.AIF")
  4. else
  5.   if n = 2 then
  6.     puppetSound("2ORGASM.AIF")
  7.   else
  8.     if n = 3 then
  9.       puppetSound("3ORGASM.AIF")
  10.     else
  11.       puppetSound("4ORGASM.AIF")
  12.     end if
  13.   end if
  14. end if
  15.